* fns.c (string_make_multibyte, string_to_multibyte)
authorKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 21:55:15 +0000 (21:55 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 21:55:15 +0000 (21:55 +0000)
commit24ca268e8bd9e9aba5df04cb1f8b273aea5cb140
tree8478d8821023532a0861532f198574ec203a20d9
parent393bc318ae3fae4c01e0ec16329e99ead23e54f1
* fns.c (string_make_multibyte, string_to_multibyte)
(string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
(MAX_ALLOCA): Remove define.
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
(Fbase64_encode_region, Fbase64_encode_string): Fix potential
memory leak if encoding fails.
src/fns.c